-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: Install moto from conda-forge #27163
Conversation
Has anyone seen the CI failures in https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=13760&view=logs&jobId=d6a36677-9147-59f9-684d-001fc5c44c5e&taskId=3c0dbaee-3ff4-52d1-1ed4-1a677fa78d98&lineStart=51&lineEnd=52&colStart=1&colEnd=1 I'll rerun, in case it's a flaky thing.
|
I think just started today? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. I can't imagine np 3.5 failures are related
They're unfortunately consistent :/ |
First failure on master I see is https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=13742 These were maybe touched in #27106 |
I can reproduce locally with
so some kind of inter-test dependency issue. |
Ah of course, because we cache_readonly it. Removing that now. |
FYI merging on green. |
Closes #27161